home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / memory_madness.swf / scripts / DefineButton2_96 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-09-05  |  97 b   |  8 lines

  1. on(release){
  2.    tellTarget("..")
  3.    {
  4.       userResponse = "5";
  5.       nextFrame();
  6.    }
  7. }
  8.